Package com.cisco.pt.ipc.sim.pdu
Interface LMIFrame
- All Known Implementing Classes:
LMIFrameImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Header
getPayload, setPayloadMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getIsRouter
boolean getIsRouter()- Returns:
- boolean Returns a boolean
-
setIsRouter
void setIsRouter(boolean isRouter) - Parameters:
isRouter- Takes in a parameter of isRouter
-
getType
LMIType getType()- Returns:
- LMIType Returns a LMIType
-
setType
- Parameters:
type- Takes in a parameter of type
-
getDlcis
- Returns:
- List<DLCIInfo> Returns a List<DLCIInfo>
-
setDlcis
- Parameters:
dlcis- Takes in a parameter of dlcis
-